Microsoft DirectX 8.1 (C++)

IDirectDrawVideo::GetEmulatedCaps

The GetEmulatedCaps method retrieves a DirectDraw-defined DDCAPS structure containing the emulated capabilities.

Syntax

HRESULT GetEmulatedCaps(
  DDCAPS *pCaps
);

Parameters

pCaps

Pointer to a DDCAPS structure containing the emulated capabilities.

Return Values

Returns an HRESULT value. If the renderer has not loaded DirectDraw, this method returns E_FAIL.

See Also